| AllowDrop |
Gets or sets a value (true/false) indicating whether the control will accept data that is dragged onto it. |
| Anchor |
Specifies how a control anchors to the edges of its Form. |
| BackColor |
Gets or sets the background color of the control. Refer to the Colors object. |
| CtrlId |
Gets or sets a value indicating the control ID of the control. |
| CtrlType |
Gets or sets the control type value. Always ControlType.MonthCalendar and used when adding form to the application’s form collection. |
| Enabled |
Gets or sets a value (true/false) indicating whether the control can respond to user interaction. |
| Font |
Gets or sets the font for the control. Refer to the Font object. |
| Height |
Gets or sets the height of the control. |
| hWindow |
Gets the Windows handle (hwnd) of the control. |
| hWindowParent |
Gets or sets the Windows handle (hwnd) of the parent control. |
| Left |
Gets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area (normally the form). |
| Location |
Gets or sets the top and left position of the control. Get: returns wfxPoint object. Set: (left, top). |
| Locked |
Gets or sets a value (true/false) indicating whether the control can be moved or resized. |
| SelectedDate |
Gets or sets the selected date in the format YYYMMDD. |
| ShortDayNames |
Short day names are displayed in the month calendar header. |
| Parent |
Gets or sets the parent container of the control. |
| Size |
Gets or sets the size of the form. Get: returns wfxSize object. Set: (width, height) |
| TabIndex |
Gets or sets the position that the control occupies in the TAB position. |
| TabStop |
Gets or sets a value (true/false) indicating whether the user can use the TAB key to give focus to the control. |
| Tag |
Gets or sets user defined text associated with the form. |
| TodayCircle |
Indicates whether to circle the Today date in the control. |
| TodaySelector |
Indicates whether to display the Today date at the bottom of the control. |
| Top |
Gets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area (normally the form). |
| TrailingDates |
Indicates whether to display the dates from the previous and next months within the current month's calendar. |
| Visible |
Gets or sets a value (true/false) indicating whether the control is displayed. |
| WeekNumbers |
Indicates whether to display week numbers (1-52) to the left of each row of days. |
| Width |
Gets or sets the width of the control. |